home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / aim_xtra.arc / DEMOHFE.AIM < prev    next >
Text File  |  1988-08-17  |  397b  |  16 lines

  1. * @demohfe demonstrates the separation
  2. * of an image into low frequency, 
  3. * high frequ. edges and hf non-edges
  4. * by P. W. Verbeek TU-DELFT
  5. read trui
  6. lmax A B 7  * maximum
  7. lmin A C 7  * minimum
  8. lmin B D 7  * lohull
  9. add C B     * dynamic threshold, low freq
  10. lmax C C 7  * uphull
  11. add C D     * midian
  12. cop B C
  13. sub D C 127 * midian-dyth, hf edges
  14. sub A D 127 * ori-midian, hf non-edges
  15.  
  16.